Submit

TickTick MCP Server

@Alex Arevalo

A Model Context Protocol (MCP) server designed to integrate with the TickTick task management platform, enabling intelligent context-aware task operations and automation.
Overview

What is TickTick MCP Server?

TickTick MCP Server is a Model Context Protocol (MCP) server designed to integrate with the TickTick task management platform, enabling intelligent context-aware task operations and automation.

How to use TickTick MCP Server?

To use the TickTick MCP Server, set up OAuth authentication by registering your app on the TickTick Developer Portal, obtain API credentials, and follow the first-time authorization flow to generate an access token. You can then use various API endpoints to manage tasks and projects.

Key features of TickTick MCP Server?

  • Task Management: Create, read, update, and delete tasks with all available properties.
  • Project Management: Manage projects with customizable views.
  • Subtask Support: Full support for managing subtasks within parent tasks.
  • Complete Task Control: Set priorities, due dates, reminders, and recurring rules.
  • OAuth Authentication: Secure API access with OAuth2.
  • Comprehensive Error Handling: Clear error messages for common issues.

Use cases of TickTick MCP Server?

  1. Automating task creation and updates in TickTick.
  2. Managing projects and subtasks efficiently.
  3. Integrating TickTick with other applications for enhanced productivity.

FAQ from TickTick MCP Server?

  • What is the purpose of the TickTick MCP Server?

It allows for intelligent task management and automation by integrating with the TickTick platform.

  • Is there a cost to use the TickTick MCP Server?

The server is free to use, but you need a TickTick account.

  • How do I authenticate with the TickTick MCP Server?

You need to register your app on the TickTick Developer Portal and follow the OAuth authentication process.

Server Config

{
  "mcpServers": {
    "ticktick": {
      "command": "npx",
      "args": [
        "-y",
        "@alexarevalo.ai/mcp-server-ticktick"
      ],
      "env": {
        "TICKTICK_CLIENT_ID": "<YOUR_CLIENT_ID>",
        "TICKTICK_CLIENT_SECRET": "<YOUR_CLIENT_SECRET>",
        "TICKTICK_ACCESS_TOKEN": "<YOUR_ACCESS_TOKEN>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.